internal/runtime/maps.table.PutSlot (method)

2 uses

	internal/runtime/maps (current package)
		map.go#L514: 		elem, ok := m.directoryAt(idx).PutSlot(typ, m, hash, key)
		table.go#L266: func (t *table) PutSlot(typ *abi.SwissMapType, m *Map, hash uintptr, key unsafe.Pointer) (unsafe.Pointer, bool) {